home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Internet / email / Email Blaster / Read Me! < prev   
Text File  |  1996-04-30  |  3KB  |  65 lines

  1. Email Blaster
  2. written by Gary Stein (gary@mactivity.com)
  3. (c) Mactivity, Inc. 1996
  4.  
  5.  
  6. Email Blaster is a little AppleScript that we developed to help us send out a
  7. electronic newsletter to a long list of email addresses. Here's how to use it:
  8.  
  9. Step #1: Write the message that you want to send out in SimpleText.
  10.  
  11. Step #2: Create a text file of email addresses where each address is on its own
  12.          line (most databases or spreadsheets can export data like this).
  13.          
  14. Step #3: Drag the email address file onto the Email Blaster icon. You can drag
  15.          multiple email files. Email Blaster will take care of all of them.
  16.  
  17. Step #4: Answer the questions it asks. The first will be to locate the file
  18.          that contains the message you want to send out. The second will be for
  19.          the Subject of the message (actually, the first time you run this, it
  20.          will probably also ask you to locate Eudora). The last will be whether
  21.          you want to send each email as it is created, or just to queue them up
  22.          in your out box. If you are on a dial-up connection, or just a slow
  23.          connection to your mail server, you may want to just have the emails
  24.          queued up. When Email Blaster is done, you will need to connect up and
  25.          send the emails yourself.
  26.          
  27. Step #5: Sit back and watch Eudora do its thing. Emails will be created, placed
  28.          in the out box, then sent (if you chose "send"; if not, they will
  29.          just be placed in the out box). The script also checks each email address, 
  30.          and will disregard any address that have a space in them or don't contain 
  31.          an "@" symbol. When the script is done, you'll get a count of how many 
  32.          addresses were bad, and how many total emails were sent. This script works
  33.          fine in the background.  On my IIci it was taking about 5 seconds per message.
  34.          
  35.  
  36. IMPORTANT NOTE ABOUT MEMORY!
  37. ----------------------------
  38. Email Blaster was made to handle long email lists (about 7800 addresses). The
  39. script works by reading in all of the addresses into a single variable. In
  40. order to do this without running out of memory, you'll need to boost the memory
  41. partition for Email Blaster in the "Get Info" box. You may need to experiment a
  42. little with the best size for you.
  43.  
  44.  
  45. REMEMBER:
  46. --------
  47. You have to have Apple's AppleScript System installed to have this thing work.
  48. In addition to the AppleScript Extension, Email Blaster also uses the following
  49. Scripting Additions:
  50.  
  51.     Read/Write
  52.     Display Dialog
  53.     Choose File
  54.  
  55. These are all part of the standard AppleScript release (like the one with
  56. System 7.5).
  57.  
  58.  
  59. Disclaimer:
  60. ----------
  61. Mactivity, Inc. makes no guarantees for the use of this software. It has been
  62. tested on our site and has proven to work. Your results may be different.
  63. Mactivity, Inc. does not support this software, although problems can be
  64. emailed directly to Gary Stein (gary@mactivity.com).
  65.